home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d1
/
advid105.arc
/
ROW25.ASM
< prev
next >
Wrap
Assembly Source File
|
1989-08-05
|
563b
|
33 lines
PAGE 60,132
TITLE row25.com version 1.00 1989-04-08
;
; AnDan Software Row25 Version 1.00
; Copyright (c) AnDan Software 1989
;
; Shareware:
;
; This source code may be copied if no fee is charged and
; if no changes are done.
;
; AnDan Software
;
;
;
com SEGMENT para
ASSUME cs:com,ds:com,ss:com,es:com
ORG 100H
start_main: mov ax,3
int 10H
mov ax,4C00H
int 21H
com ENDS
END start_main